home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / video / 04 / setup.exe / TMPGEnc.exe / 1033 / RCDATA / TJOBPREVIEWFORM / TJOBPREVIEWFORM.txt
Text File  |  2001-04-04  |  8KB  |  317 lines

  1. object JobPreviewForm: TJobPreviewForm
  2.   Left = 234
  3.   Top = 189
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preview'
  6.   ClientHeight = 430
  7.   ClientWidth = 556
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 377
  10.   Constraints.MinWidth = 389
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -12
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   PopupMenu = PopupMenu1
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   ShowHint = True
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 12
  26.   object PauseButton: TSpeedButton
  27.     Left = 147
  28.     Top = 400
  29.     Width = 24
  30.     Height = 23
  31.     Hint = 'Pause'
  32.     Anchors = [akBottom]
  33.     GroupIndex = 1
  34.     Enabled = False
  35.     Flat = True
  36.     Glyph.Data = {
  37.       6E000000424D6E000000000000003E000000280000000C0000000C0000000100
  38.       010000000000300000000000000000000000020000000200000000000000FFFF
  39.       FF00FFF00000C6300000C6300000C6300000C6300000C6300000C6300000C630
  40.       0000C6300000C6300000C6300000FFF00000}
  41.     OnClick = PauseButtonClick
  42.   end
  43.   object PlayButton: TSpeedButton
  44.     Left = 123
  45.     Top = 400
  46.     Width = 24
  47.     Height = 23
  48.     Hint = 'Play'
  49.     Anchors = [akBottom]
  50.     GroupIndex = 1
  51.     Enabled = False
  52.     Flat = True
  53.     Glyph.Data = {
  54.       6E000000424D6E000000000000003E000000280000000C0000000C0000000100
  55.       010000000000300000000000000000000000020000000200000000000000FFFF
  56.       FF00FFF000009FF0000087F0000081F000008070000080100000801000008070
  57.       000081F0000087F000009FF00000FFF00000}
  58.     OnClick = PlayButtonClick
  59.   end
  60.   object StopButton: TSpeedButton
  61.     Left = 171
  62.     Top = 400
  63.     Width = 24
  64.     Height = 23
  65.     Hint = 'Stop'
  66.     Anchors = [akBottom]
  67.     GroupIndex = 1
  68.     Down = True
  69.     Enabled = False
  70.     Flat = True
  71.     Glyph.Data = {
  72.       6E000000424D6E000000000000003E000000280000000C0000000C0000000100
  73.       010000000000300000000000000000000000020000000200000000000000FFFF
  74.       FF00FFF000008010000080100000801000008010000080100000801000008010
  75.       0000801000008010000080100000FFF00000}
  76.     OnClick = StopButtonClick
  77.   end
  78.   object Bevel4: TBevel
  79.     Left = 201
  80.     Top = 399
  81.     Width = 2
  82.     Height = 26
  83.     Anchors = [akBottom]
  84.   end
  85.   object PrevFrameButton: TSpeedButton
  86.     Tag = -1
  87.     Left = 293
  88.     Top = 400
  89.     Width = 24
  90.     Height = 23
  91.     Hint = 'Previous frame'
  92.     AllowAllUp = True
  93.     Anchors = [akBottom]
  94.     GroupIndex = 2
  95.     Enabled = False
  96.     Flat = True
  97.     Glyph.Data = {
  98.       6E000000424D6E000000000000003E000000280000000C0000000C0000000100
  99.       010000000000300000000000000000000000020000000200000000000000FFFF
  100.       FF00FFF00000FFF00000BDD00000B9900000B1100000A0100000A0100000B110
  101.       0000B9900000BDD00000FFF00000FFF00000}
  102.     OnClick = PrevFrameButtonClick
  103.   end
  104.   object NextFrameButton: TSpeedButton
  105.     Tag = 1
  106.     Left = 317
  107.     Top = 400
  108.     Width = 24
  109.     Height = 23
  110.     Hint = 'Next frame'
  111.     AllowAllUp = True
  112.     Anchors = [akBottom]
  113.     GroupIndex = 2
  114.     Enabled = False
  115.     Flat = True
  116.     Glyph.Data = {
  117.       6E000000424D6E000000000000003E000000280000000C0000000C0000000100
  118.       010000000000300000000000000000000000020000000200000000000000FFFF
  119.       FF00FFF00000FFF00000BBD0000099D0000088D00000805000008050000088D0
  120.       000099D00000BBD00000FFF00000FFF00000}
  121.     OnClick = PrevFrameButtonClick
  122.   end
  123.   object PlaySpeedNormalButton: TSpeedButton
  124.     Left = 208
  125.     Top = 400
  126.     Width = 24
  127.     Height = 23
  128.     Hint = 'Real speed'
  129.     Anchors = [akBottom]
  130.     GroupIndex = 3
  131.     Enabled = False
  132.     Flat = True
  133.     Glyph.Data = {
  134.       6E000000424D6E000000000000003E000000280000000C0000000C0000000100
  135.       010000000000300000000000000000000000020000000200000000000000FFFF
  136.       FF00FFF00000CF300000CF300000CE300000CC300000C9300000C3300000C730
  137.       0000CF300000CF300000FFF00000FFF00000}
  138.     OnClick = PlaySpeedButtonClick
  139.   end
  140.   object PlaySpeedHighButton: TSpeedButton
  141.     Tag = 2
  142.     Left = 256
  143.     Top = 400
  144.     Width = 24
  145.     Height = 23
  146.     Hint = 'High speed'
  147.     Anchors = [akBottom]
  148.     GroupIndex = 3
  149.     Enabled = False
  150.     Flat = True
  151.     Glyph.Data = {
  152.       6E000000424D6E000000000000003E000000280000000C0000000C0000000100
  153.       010000000000300000000000000000000000020000000200000000000000FFFF
  154.       FF00FFF000009F3000009F3000009F3000009F30000080300000803000009F30
  155.       00009F3000009F3000009F300000FFF00000}
  156.     OnClick = PlaySpeedButtonClick
  157.   end
  158.   object PlaySpeedLowButton: TSpeedButton
  159.     Tag = 1
  160.     Left = 232
  161.     Top = 400
  162.     Width = 24
  163.     Height = 23
  164.     Hint = 'Low speed'
  165.     Anchors = [akBottom]
  166.     GroupIndex = 3
  167.     Enabled = False
  168.     Flat = True
  169.     Glyph.Data = {
  170.       6E000000424D6E000000000000003E000000280000000C0000000C0000000100
  171.       010000000000300000000000000000000000020000000200000000000000FFFF
  172.       FF00FFF00000C0700000C0700000CFF00000CFF00000CFF00000CFF00000CFF0
  173.       0000CFF00000CFF00000FFF00000FFF00000}
  174.     OnClick = PlaySpeedButtonClick
  175.   end
  176.   object Bevel1: TBevel
  177.     Left = 285
  178.     Top = 399
  179.     Width = 2
  180.     Height = 26
  181.     Anchors = [akBottom]
  182.   end
  183.   object DisableFilterButton: TSpeedButton
  184.     Tag = -1
  185.     Left = 354
  186.     Top = 401
  187.     Width = 71
  188.     Height = 23
  189.     Hint = 'Disable Filter'
  190.     AllowAllUp = True
  191.     Anchors = [akBottom]
  192.     GroupIndex = 2
  193.     Caption = 'Disable filter'
  194.     Enabled = False
  195.     Flat = True
  196.     OnClick = DisableFilterButtonClick
  197.   end
  198.   object Bevel2: TBevel
  199.     Left = 346
  200.     Top = 398
  201.     Width = 2
  202.     Height = 26
  203.     Anchors = [akBottom]
  204.   end
  205.   object Panel2: TPanel
  206.     Left = 5
  207.     Top = 5
  208.     Width = 547
  209.     Height = 387
  210.     Anchors = [akLeft, akTop, akRight, akBottom]
  211.     BevelOuter = bvNone
  212.     BorderStyle = bsSingle
  213.     TabOrder = 0
  214.     object ResultVideoBox: TDXPaintBox
  215.       Left = 0
  216.       Top = 16
  217.       Width = 543
  218.       Height = 347
  219.       AutoStretch = True
  220.       Center = True
  221.       KeepAspect = True
  222.       Stretch = True
  223.       ViewWidth = 0
  224.       ViewHeight = 0
  225.       Align = alClient
  226.       OnClick = ResultVideoBoxClick
  227.     end
  228.     object FrameInfoLabel: TLabel
  229.       Left = 0
  230.       Top = 2
  231.       Width = 543
  232.       Height = 14
  233.       Align = alTop
  234.       AutoSize = False
  235.     end
  236.     object Label1: TLabel
  237.       Left = 0
  238.       Top = 0
  239.       Width = 543
  240.       Height = 2
  241.       Align = alTop
  242.       AutoSize = False
  243.     end
  244.     object Label2: TLabel
  245.       Left = 0
  246.       Top = 363
  247.       Width = 543
  248.       Height = 4
  249.       Align = alBottom
  250.       AutoSize = False
  251.     end
  252.     object VideoScrollBar: TScrollBar
  253.       Left = 0
  254.       Top = 367
  255.       Width = 543
  256.       Height = 16
  257.       Align = alBottom
  258.       Enabled = False
  259.       PageSize = 1
  260.       TabOrder = 0
  261.       OnChange = VideoScrollBarChange
  262.       OnScroll = VideoScrollBarScroll
  263.     end
  264.   end
  265.   object CloseButton: TButton
  266.     Left = 489
  267.     Top = 399
  268.     Width = 62
  269.     Height = 25
  270.     Anchors = [akRight, akBottom]
  271.     Cancel = True
  272.     Caption = 'Close'
  273.     TabOrder = 1
  274.     OnClick = CloseButtonClick
  275.   end
  276.   object PopupMenu1: TPopupMenu
  277.     Left = 294
  278.     Top = 86
  279.     object N1: TMenuItem
  280.       Tag = 1
  281.       Caption = 'Original size'
  282.       OnClick = N1Click
  283.     end
  284.     object N2: TMenuItem
  285.       Tag = 2
  286.       Caption = 'Zoom 2x'
  287.       OnClick = N1Click
  288.     end
  289.     object N3: TMenuItem
  290.       Tag = 3
  291.       Caption = 'Zoom 3x'
  292.       OnClick = N1Click
  293.     end
  294.     object N4: TMenuItem
  295.       Tag = 4
  296.       Caption = 'Zoom 4x'
  297.       OnClick = N1Click
  298.     end
  299.     object N5: TMenuItem
  300.       Caption = '-'
  301.     end
  302.     object CopyClipboardMenuItem: TMenuItem
  303.       Caption = '&Copy to clipboard'
  304.       ShortCut = 16451
  305.       OnClick = CopyClipboardMenuItemClick
  306.     end
  307.   end
  308.   object Timer: TDXTimer
  309.     ActiveOnly = False
  310.     Enabled = False
  311.     Interval = 0
  312.     OnTimer = TimerTimer
  313.     Left = 128
  314.     Top = 120
  315.   end
  316. end
  317.